home *** CD-ROM | disk | FTP | other *** search
/ Internet Surfer 2.0 / Internet Surfer 2.0 (Wayzata Technology) (1996).iso / pc / text / mac / faqs.027 < prev    next >
Encoding:
Text File  |  1996-02-12  |  28.2 KB  |  607 lines

  1. Frequently Asked Questions (FAQS);faqs.027
  2.  
  3.  
  4.  
  5.           DESQview/X is a GUI and therefore screen output is much slower.
  6.           This is due to the poor design of the PC's video.  In order to get
  7.           better display performance, you may want to purchase a graphics
  8.           accelerator or coprocessor board.
  9.  
  10.      MEMORY USAGE
  11.           The memory usage of individual programs can be tuned in Change A
  12.           Program.  For maximum window size, you must balance your TSR and
  13.           device driver usage (see Q16 and Q22).  The PS utility in the DVSI
  14.           package available on SIMTEL20 (see Q7) can show which windows are
  15.           not using all their allocated memory.
  16.  
  17.           Certain DESQview/X programs which use the built in DOS extender can
  18.           use the disk as memory.  This is called virtual memory.  You can
  19.           configure the DESQview/X Server to use virtual memory to save on
  20.           real memory.  To do so, change the ``maxmem='' line in the
  21.           \DVX\SERVER\XB16.VMC file (XC16.VMC for the high-resolution
  22.           server).  This line specifies the maximum number of kilobytes of
  23.           real memory that should be used.  Increase the number to to
  24.           increase speed; or decrease the number to increase available
  25.           memory.  Note that DESQview/X gets flaky if the number is less than
  26.           1000K or so.  The default value of 1000K is optimized for a 4
  27.           Megabyte machine.
  28. ---------------------------------------------------------------------------
  29. Q25: My {9600 or greater} BPS modem drops characters under DESQview.  Is high
  30.      speed communication possible under DESQview?
  31.  
  32.  
  33. A25: Yes, high speed communication is possible.  First, you must go into the
  34.      DESQview setup program and set ``Optimize Communications'' to Y (see
  35.      Q29).  If you still lose characters, you may have to get a new serial
  36.      board.  The characters are coming in too fast for DESQview and your
  37.      communications program to process them.
  38.  
  39.      The chip that controls serial communication is known by many names.  On
  40.      an XT (or an 8-bit I/O board) it is an 8250.  Most ATs contain the
  41.      16450. The problem with these chips is that they can only buffer one
  42.      character at a time, so if DESQview doesn't allow your communications
  43.      program to respond fast enough, you'll lose that character.
  44.  
  45.      The solution is to get a board with the National Semiconductor PC16550CN
  46.      chip.  This chip buffers up to 16 characters, so character loss is less
  47.      likely to occur.  If you are the handy type, you can even swap your 8250
  48.      (or whatever) for the NS16550AN yourself, for the chips are
  49.      pin-compatible.
  50.  
  51.      Do not get a 16550 non-A chip.  It is an old, buggy chip.  Also, Western
  52.      Digital makes a 16550 which is rumored to be buggy at speeds of 2400 BPS
  53.      or less.
  54.  
  55.      Note that the 16550x will act like an 8250 unless you have software that
  56.      supports it.  Most communication packages today do support the 16550x.
  57.  
  58.      QW:237:COMMPROG.TEC
  59. ---------------------------------------------------------------------------
  60. Q26: Why doesn't ANSI.SYS work in DESQview?
  61.  
  62. A26: ANSI.SYS doesn't work inside DESQview because DESQview takes control of
  63.      all the screen writes.  Quarterdeck has provided a solution, however.
  64.      Provided with DESQview is DVANSI.COM.  Run this program in the window in
  65.      which you need ANSI.SYS.
  66.  
  67. QW:110:DVANSI.TEC
  68. ---------------------------------------------------------------------------
  69. Q27: Why does the mouse pointer disappear after running certain programs?
  70.  
  71. A27: If a DESQview-aware or DESQview-oblivious program (see Q3) uses the
  72.      mouse, DESQview must turn off its own mouse handling in that window.
  73.      Unfortunately, DESQview cannot detect when the program is finished with
  74.      the mouse, so your DESQview mouse pointer will never reappear while that
  75.      window has the keyboard.
  76. ---------------------------------------------------------------------------
  77. Q28: What are those files SWAP*.DV in my DV directory?  Can I delete them?
  78.  
  79. A28: They're used by DESQview to store your application when it gets swapped
  80.      to disk. If the file's date and time are older than the last time you
  81.      started DV then you can safely erase the files. There is no way to
  82.      restart an application using a swap file.
  83. ---------------------------------------------------------------------------
  84. Q29: What does ``Optimize Communications'' in DESQview's setup program do?
  85.  
  86. A29: The cards that you install in your computer use ``hardware interrupts''
  87.      to tell the CPU that the card has or needs data.  The hardware
  88.      interrupts are like grade school students raising their hand in class.
  89.      When they teacher recongizes a student with his hand up, that student
  90.      can ask/answer a question.
  91.  
  92.      Like many teachers, DESQview has a ``teacher's pet.''  This pet is
  93.      hardware interrupt 0.  If a bunch of hardware interrupts raise their
  94.      hands at the same time, DESQview will always recognize 0 first, then 1,
  95.      then 2, and so on.
  96.  
  97.      However, most COM ports use hardware interrupt levels 3 and 4.  So by
  98.      answering ``Y'' to ``Optimize Communications'', you force interrupt
  99.      level 3 to become the teacher's pet.  DESQview will then recognize the
  100.      interrupts in this order: 3, 4, 5, ... 0, 1, 2.  Rather than answering
  101.      ``Y'', you can put in any interrupt number you prefer.  For example, if
  102.      you answer ``5'',  DESQview will recognize the interrupts in the order
  103.      5, 6, 7, ... , 0, 1, 2, 3, 4.
  104.  
  105.      Setting ``Optimize Communications'' to ``Y'' can reduce or eliminate
  106.      dropped characters in communication programs (see Q25).
  107.  
  108.      8086/8088 machines have 8 available hardware interrupts (0-7), while
  109.      80286+ machines have 16 (0-15).
  110.  
  111.      QW:251:OPTCOM.TEC
  112. ---------------------------------------------------------------------------
  113. Q30: What do I need if I want to use DESQview/X's networking features?
  114.  
  115. A30: DVX allows you to interact with programs running on other DVX and Unix
  116.      machines, if the machines are networked.
  117.  
  118.      Three parts are required on a PC to make this work:
  119.           (1) DESQview/X
  120.           (2) One of the DESQview/X Network Managers sold by Quarterdeck
  121.           (3) A networking protocol stack available from another
  122.           manufacturer.
  123.  
  124.      DESQview/X is packaged with a Network Manager that allows you to
  125.      communicate with other DESQview/X machines.  This DVX-to-DVX Network
  126.      Manager will not allow you to communicate with Unix machines.  It
  127.      requires a Novell or Netbios-compatible network protocol stack.
  128.  
  129.      To communicate with Unix machines, you must purchase the
  130.      DVX-to-other-systems Network Manager ($200 list) from Quarterdeck.
  131.      Packaged with this Manager is a coupon for a free copy of Novell's
  132.      TCP/IP Transport for DOS, one of the possible protocol stacks that are
  133.      compatible with the DVX-to-other-systems Network Manager.  Current users
  134.      of the DVX-to-other-systems Network Manager can receive a free copy of
  135.      Novell's TCP/IP stack by contacting Quarterdeck (see Q19).
  136.  
  137.      Other TCP/IP protocol stacks that the DVX-to-other-systems Network
  138.      Manager is compatible with include FTP Incorporated's PC/TCP (version
  139.      2.03 or version 2.05 patch 3 or greater), Beam and Whiteside's package
  140.      in Lan Workplace emulation mode (unsupported by Quarterdeck), and
  141.      Novell's Lan Workplace for DOS (version 4.01 or greater).
  142.      Quarterdeck is currently beta testing
  143.           PathWay Access (from The Wollongong Group Inc.)
  144.           BW-TCP and BW-NFS (from Beame & Whiteside Software Ltd.)
  145.           PC-NFS (from Sun Microsystems)
  146.      Contact Quarterdeck for more details (see Q19).
  147.  
  148.      Many have asked about SLIP support.  Here's a post from someone who has
  149.      it working (Phil Kemp):
  150.  
  151.           There are a small group of us, 3 or 4, that are in throes of using
  152.           slip with FTP inc.'s stack and DV/X. There are some problems but it
  153.           is useable. The configuration I am using right now (writing this
  154.           note in fact) is over a 9600 bps V.42bis connection to cisco
  155.           Trouter. I'm using FTP inc. generic kernel vers. 2.05 pl4. 2.10 is
  156.           now shipping and I am awaiting delivery. 2.10 is much less low
  157.           memory intensive.
  158.  
  159.           The trick just now is to use the packet driver ethersl.com and the
  160.           ethdrv.exe stack. Attempts to use the 16550.com and slpdrv.exe
  161.           stack from ftp result in x-windows spontaneously disappearing. A
  162.           maximum of 12 sockets can be configured in the FTP/DV-X combination
  163.           due to some software issues. Hopefully this will be corrected in
  164.           the future. I still get the occasional disappearing session, once
  165.           or twice a week, but contrast that to two or three times an hour
  166.           before we went to the ethdrv stack. FTP and Qdeck are working on
  167.           the slpdrv problem. The ftp inc. packet driver 16550.com seems to
  168.           be about 20% better in performance than the ethersl.com packet
  169.           driver, so I would like to go back to it one day. Note that
  170.           ethersl.com does make use of the 16550afn fifo buffers. I see ftp
  171.           transfers of compressed files in the range of .9 Kbytes/s if I
  172.           leave the other network windows alone.
  173.  
  174.      QW:263:DVX2XSYS.TEC
  175. ---------------------------------------------------------------------------
  176. Q31: What do each of the four Protection Levels mean?
  177.  
  178.  
  179. A31: In ``Change A Program'' or DVPMAN, you can set a program's protection
  180.      level.  Here are the meanings:
  181.  
  182.      Level 0 means no protection at all.
  183.  
  184.      Level 1 will keep a process from locking interrupts for too long if the
  185.      WD parameter is set correctly in QEMM, and your hardware supports it.
  186.  
  187.      Level 2 will bring up an error if a process writes outside of the memory
  188.      that DESQview thinks the process owns. If the process attempts this,
  189.      DESQview will ask the user if the process should be aborted,
  190.      unprotected, or be allowed to continue (but remain protected).
  191.  
  192.      Level 3 will keep a process from reading outside of its memory, with a
  193.      similar interface as Level 2.  It also grabs all interrupt vectors and
  194.      complains if the program points the vector outside of its memory
  195.      (including back at the original handler) and then calls it.  Level 3
  196.      will crash Borland's floating point libraries.
  197.  
  198.      If a program crashes with Level 0 it will also crash with Level 3 set,
  199.      but you might find out about it a little sooner, and it may prevent the
  200.      system from being locked up.
  201.  
  202.      QW:120:PROTECT.TEC
  203. ---------------------------------------------------------------------------
  204. Q32: How can I load two or more shared programs in a window?
  205.  
  206.  
  207. A32: In Change A Program or DVPMAN, you can only list one shared program and
  208.      its data.  To load more than one shared program, you must create a file
  209.      which lists the shared programs.  Each shared program you want to load
  210.      requires two lines in the file -- one for the shared program name, and
  211.      one for the shared program data.  For example, let's say you want to
  212.      load DGNASI.SHR and 1COPY.SHR.  Create a text file called SHARED.TXT (or
  213.      whatever) with four lines that look like this (the parenthetical
  214.      comments should not be added):
  215.  
  216.      DGANSI.SHR          (line 1)
  217.      blah blah blah      (Text that would be in ``Data'' field for DGANSI)
  218.      1COPY.SHR           (line 3)
  219.      blah blah blah      (Text that would be in ``Data'' field for 1COPY)
  220.  
  221.      Then, in Change A Program or DVPMAN's "Shared Program" field, place the
  222.      name of this text file preceded by the ``+'' sign.  In our case, we
  223.      would put
  224.  
  225.                                   Shared Program
  226.      Pathname..:  +C:\DV\shared.txt
  227.      Data......:
  228.  
  229.      If the shared.txt pathname is not specified, it defaults to the
  230.      ``Default Directory'' path in the DVP.  However, the default place to
  231.      look for shared programs is always the DESQview directory.
  232. ---------------------------------------------------------------------------
  233. Q33: When running Windows under DESQview, I get an ``Incorrect DOS Version''
  234.      message.  How do I fix this?
  235.  
  236.  
  237. A33: Rather than using LOADHI FILES in AUTOEXEC.BAT, you must set FILES=15 or
  238.      so in CONFIG.SYS.  Windows requires that some FILES be loaded low.
  239. ---------------------------------------------------------------------------
  240. Q34:  How can I make the tilde (~) character work when I open an Xterm window
  241.      on my unix machine?
  242. A34:  On the Unix machine, put the following line into your .Xdefaults file
  243.      (or whatever your default resource file is):
  244. \HC\ML40\xterm*allowSendEvents: True
  245. ---------------------------------------------------------------------------
  246. CONTRIBUTORS
  247.  
  248.      The following people have sent suggestions for entries in the FAQ.  On
  249.      behalf of all the readers of comp.os.msdos.desqview, I thank you.  If
  250.      the person is credited with a ``Q'', he/she suggested a question.  If
  251.      part of an answer was contributed, the contributor is credited with an
  252.      ``A''. An asterisk indicates that the contributor wrote a significant
  253.      portion of the answer.  If a particular question and answer is not
  254.      credited, I wrote it.
  255.  
  256.      If you see your name here and you didn't actually send me something, I
  257.      probably stole a posting of yours for the FAQ.
  258.      ----
  259.      The information in A7 on access to SIMTEL20 is from regular postings to
  260.      the Usenet newsgroup comp.binaries.ibm.pc.archives by Keith Peterson.
  261.  
  262.      The electronic contacts in A19 are from the QOS note ``CONTACT.TXT''
  263.  
  264.      The international addresses in A19 are from "DESQview User, The
  265.      Quarterly Journal for PC and DOS productivity", Issue 4, Spring 1992 and
  266.      were sent to me by Klaus Hartnegg.
  267.  
  268.      Most of A20 was copied from Quarterdeck's tech note ``DVBOOK.TEC''
  269.  
  270.      Some of A25 is from Appendix B of the FOSSIL driver manual sent to me by
  271.      Stephen Lee.
  272.  
  273.      Information in A8 and A30 was grabbed from Quarterdeck press releases.
  274.  
  275.      The White Pages cross references were provided by Michael Bolton of
  276.      Quarterdeck Canada.
  277.  
  278.      alheid@pittpa.cray.com (Greg Alheid)              A2*,A4*,A5*,A11,A13*,
  279.      A15*,A17,A20
  280.      aml@world.std.com (Andrew M Langmead)             A31*,A32*
  281.      anasaz!crow@asuvax.eas.asu.edu (Jerry Crow)       A2,A21
  282.      arnd@zeus.informatik.rwth-aachen.de                               (Arnd
  283.      Gehrmann)     A19
  284.      arr@stat.ph.albany.edu (Andrew A. Reilly)         Q22
  285.      burge@qdeck.com (Bill Burge)                      A6
  286.      Carl Anderson 1:106/7674                          A17
  287.      chaz@chinet.chi.il.us (Charlie Kestner)           Q4,Q17,Q19,Q20
  288.      dave@monitor.larc.nasa.gov (Dave Hinde)           A34*
  289.      Dave Osborne 1:123/27.0                           A29
  290.      dave.williams@chaos.lrk.ar.us (Dave Williams)     A20
  291.      docw@qdeck.com (Doc Williamson)                   A19
  292.      dj@ctron.com (DJ Delorie)                         A17
  293.      dvss!jtroy@udel.edu (Jay Troy)                    A17
  294.      em21@cunixf.cc.columbia.edu (Eben Moglen)         A17
  295.      esiever@world.std.com (Ellen C. Siever)           A20
  296.      granz@junkyard.uucp                               A22*
  297.      hartnegg@ibm.ruf.uni-freiburg.de (Klaus Hartnegg) A13,A19*
  298.      january%polari@uunet.uu.net (Jamie Pehling)       A2,A7
  299.      jcorr@splash.princeton.edu (Jim Orr)              A20
  300.      jerry@rat.nrl.navy.mil (Jerry Nash)               A17
  301.      jmaynard@oac.hsc.uth.tmc.edu (Jay Maynard)        A17
  302.      john@stanton.cts.com (John Goodman)               A20
  303.      kemp@convex.com (Phil Kemp)                       A30*
  304.      kneply@mozart.cs.colostate.edu (Jim Knepley)      A2,A4,Q8,Q17,Q18
  305.      lsuc!ontmoh!rwh@cs.toronto.edu (Russell Herman)   A19
  306.      Mark Hockings 1:102/824                           A2,A6,A17,A19,A22,A24,
  307.      A25
  308.      Michelle at Quarterdeck Canada                    A6
  309.      mike@batpad.lgb.CA.US (Mike Batchelor)            A8,A17,A22,A30
  310.      mtbb136@ms.uky.edu                                Q2,Q12,Q13
  311.      mvjrs@mvgpk.att.com (Rick Sladkey)                A4,A17
  312.      nickw@syma.sussex.ac.uk (Nick Watkins)            A2,A6,A17,A20
  313.      noesis@ucscb.ucsc.edu (Kyle ?)                    A13
  314.      peterson@csc.ti.com (Bob Peterson)                A6
  315.      phealy@swift.cs.tcd.ie (Paul ?)                   A19
  316.      ralf@cs.cmu.edu (Ralf Brown)                      A2,A6,A7*,A8*,Q9,A10*,
  317.      A13,A14*,A17,A21*,A25, A31,A32*
  318.      reisert@mast.enet.dec.com (James J. Reisert)      A25
  319.      rreiner@nexus.yorku.ca (Richard Reiner)           A2,A17
  320.      s2942275@techst02.technion.ac.il (Yaniv Golan)    A17
  321.      Saar Blitz 2:403/139.0                            A17
  322.      schuster@panix.com (Mike Schuster)                A17
  323.      seant@ratsys.com (Sean True)                      A8
  324.      senf_ltd@uhura.cc.rochester.edu (Stephen Lee)     A25*
  325.      smsmith@magnus.acs.ohio-state.edu (Stephen Smith) A13
  326.      spit@neuro.duke.edu (Mike Burdick)                A33
  327.      support@qdeck.com  (Gary Rich)                    A6
  328.      support@qdeck.com  (Doc Williamson)               A8,A24
  329.      stern@denali.ims.alaska.edu (Pete Stern)          Q25,Q26,Q27
  330.      steveg@orl.mmc.com (Steve Gabrilowitz)            Q8,Q15
  331.      theall@gdalsrv.sas.upenn.edu (George A. Theall)   A2*,A3,A4,A7,A17,A19,
  332.      A20,Q22,A23,A24*,A28*, A32*
  333.      thuben@kiera.ericsson.se (Thomas Nilsson)         A25
  334.      valley@gsbsun.uchicago.edu (Doug Dougherty)
  335.      A2,A4,A10,Q11,A12*,Q14, Q16,A17,A20,A25
  336.      w8sdz@wsmr-simtel20.army.mil (Keith Peterson)     A7*,A17
  337.      wiget@switch.ch (Margel Wiget)                    A17
  338.      4carroll_j@spcvxa.spc.edu (Jim Carroll)           A25
  339. ---------------------------------------------------------------------------
  340. HOW THE FAQ LIST IS CREATED
  341.  
  342.      This document is maintained as a collection of psuedo-DESQview/X help
  343.      source files.  By psuedo, I mean that they contain the DESQview/X
  344.      formatting commands, but do not contain paragraphs that are delimited by
  345.      carriage returns.  This makes editing much easier (IMHO, the input
  346.      source format is pretty dumb in that respect).
  347.  
  348.      These *.TXT files are converted to pure DESQview/X help files with a
  349.      program I wrote called HPREP, which creates *.PRP files.  The *.PRP
  350.      files are concatenated into the DESQview/X help file with Quarterdeck's
  351.      HELPLIB (although I may write my own, since the interface to HELPLIB
  352.      isn't easy to use with MAKE).
  353.  
  354.      To get the text version of the FAQ that is posted, I run DVXH2TXT to
  355.      extract the formatted text from the help file.  This is a program I
  356.      wrote and that is still in development.
  357.  
  358.      My DESQview/X help file tool suite will be released in the future when I
  359.      get it into a release-able state.  If you need something, let me know
  360.      and I might be able to help you.
  361. Path: bloom-picayune.mit.edu!enterpoop.mit.edu!ira.uka.de!rz.uni-karlsruhe.de!fg30.rz.uni-karlsruhe.de!ig25
  362. From: ig25@fg30.rz.uni-karlsruhe.de (Thomas Koenig)
  363. Newsgroups: de.talk.chat,news.answers
  364. Subject: de.talk.chat FAQ (Haeufig gestellte Fragen, mit Antworten)
  365. Supersedes: <de-talk-chat_724495042@fg70.rz.uni-karlsruhe.de>
  366. Followup-To: de.talk.chat
  367. Date: 17 Dec 1992 16:29:03 GMT
  368. Organization: University of Karlsruhe, Germany
  369. Lines: 280
  370. Approved: news-answers-request@MIT.Edu
  371. Expires: 30 Jan 1993 16:29:30 GMT
  372. Message-ID: <de-talk-chat_724609770@fg70.rz.uni-karlsruhe.de>
  373. Reply-To: ig25@rz.uni-karlsruhe.de
  374. NNTP-Posting-Host: fg30.rz.uni-karlsruhe.de
  375. Summary: This article is the Frequently Asked Questions (with answers)
  376.      list for the newsgroup de.talk.chat, which deals with online
  377.      communications like IRC or BITNET Relay.  Like the newsgroup,
  378.      it is in German.
  379. Keywords: IRC, BITNET Relay, Chatten
  380.  
  381. Archive-name: de-talk-chat-faq
  382. Version: $Header: de-talk-chat,v 1.4 92/12/17 17:24:28 ig25 Exp $
  383.  
  384. This article is the Frequently Asked Questions (with answers) list for
  385. the newsgroup de.talk.chat, which deals with online communications like
  386. IRC or BITNET Relay. Like the newsgroup, it is in German.
  387.  
  388. Dieser Artikel versucht, eine kurze Einfuehrung in die Newsgroup
  389. de.talk.chat zu geben, die sich mit Online - Kommunikationssystemen
  390. wie IRC oder BITNET Relay beschaeftigt.
  391.  
  392. 0. Meta - Fragen
  393. 0.1) Wo bekomme ich die aktuelle Version dieser Liste her?
  394. 0.2) Wohin schicke ich Korrekturen, Vorschlaege, etc. ?
  395. 0.3) Wo bekomme ich weitere Informationen?
  396.  
  397. 1. Grundlagen
  398. 1.1) Was ist IRC?
  399. 1.2) Wie funktioniert IRC?
  400. 1.3) Wie funktioniert das BITNET Relay?
  401.  
  402. 2. Einstieg
  403. 2.1) Wie komme ich auf den IRC?
  404. 2.2) Jetzt bin ich auf dem IRC... und nun?
  405. 2.3) Wie komme ich auf das BITNET Relay?
  406. 2.4) Wie komme ich wieder raus?
  407.  
  408. 3. Verhalten auf dem Netz
  409. 3.1) Gibt es eine Einfuehrung, die einem etwas ueber das Verhalten auf
  410.     dem Netz erzaehlt?
  411. 3.2) Dieser Typ/diese Type geht mir furchtbar auf die Nerven.  Was kann
  412.     ich machen?
  413. 3.3) Was bedeuten diese komischen Buchstaben- und Zeichenkombinationen,
  414.     die die Leute immer verwenden, wie :-), ;-), bcnu, cul8r, brb,
  415.     usw.?
  416. 3.4) Wie kann ich feststellen, ob ich mich auch wirklich mit der Person
  417.     unterhalte, fuer die sie sich ausgibt?
  418. 3.5) Wie machen diese Leute die riesigen Buchstaben? Ist das eine gute
  419.     Idee?
  420.  
  421. 4 Verschiedenes
  422. 4.1) Was ist eine RP?
  423. 4.2) Wie reserviere ich mir meinen Nickname?
  424. 4.3) Wo kriege ich Bilder von Chattern her?
  425. 4.4) Wie verschicke ich am schnellsten eine Datei an meine Chatpartner?
  426. 4.5) Wass haben die @ und * neben dem H oder G bei der /who - Liste
  427.     im IRC zu bedeuten?
  428.  
  429. 5 Credits
  430.  
  431. ========
  432. 0. Meta - Fragen
  433.  
  434. 0.1) Wo bekomme ich diese Liste her?
  435.  
  436.     Diese Liste wird im Augenblick, bis zur vorlaeufigen
  437. Fertigstellung, in unregelmaessigen Abstaenden nach de.talk.chat und
  438. news.answers gepostet.  Sie ist verfuegbar ueber anonymes ftp von
  439. ftp.rz.uni-karlsruhe.de [129.13.96.2] als pub/net/irc/de-talk-chat-faq.
  440.  
  441. 0.2) Wohin schicke ich Korrekturen, Vorschlaege, etc. ?
  442.  
  443.     Korrekturen, Vorschlaege, usw.  bitte per e-mail an
  444. ig25@rz.uni-karlsruhe.de, ig25@dkauni2.bitnet oder auf dem IRC an T-Rex.
  445.  
  446. 0.3) Wo bekomme ich weitere Informationen?
  447.  
  448.     Ueber IRC gibt es noch die alt.irc FAQ, die regelmaessig nach
  449. news.answers, alt.irc und alt.irc.ircii gepostet wird.  Das BITNET Relay
  450. schickt einem nach dem Befehl /info ein Hilfefile zu.
  451.  
  452.  
  453. 1 Grundlagen
  454.  
  455. 1.1) Was ist IRC?
  456.  
  457.     IRC steht fuer Internet Relay Chat. Es ist ein Mehrbenutzer -
  458. Chat - System, auf dem sich Leute auf sogenannten "Kanaelen" in Gruppen
  459. oder individuell unterhalten koennen. Der IRC laeuft auf dem Internet.
  460. Benutzer des Systems sind durch einen zu jedem Zeitpunkt eindeutigen
  461. "Nickname" gekennzeichnet.
  462.  
  463. 1.2) Wie funktioniert IRC?
  464.  
  465.     Ein Benutzer verwendet einen sogenannten "Client", ein lokal
  466. ablaufendes Programm, um Verbindung mit einem Server aufzunehmen. Der
  467. Server nimmt Kommandos und Nachrichten entgegen, fuehrt sie aus und
  468. verteilt sie, je nach Bedarf, an andere Server, die sie wiederum an
  469. andere Benutzer weitergeben koennen.
  470.  
  471. 1.3) Was ist BITNET Relay?
  472.  
  473.     Das BITNET Relay ist ein System, dass aehnlich aufgebaut ist wie
  474. IRC. Nachrichten werden durch sog. Relays verteilt, die mit BITNET -
  475. tell - messages verbunden sind. Das BITNET - Relay benoetigt einen
  476. BITNET - Anschluss.
  477.  
  478.  
  479. 2 Einstieg
  480.  
  481. 2.1) Wie komme ich auf den IRC?
  482.  
  483.     Auf vielen Maschinen, die mit dem Internet verbunden sind, ist
  484. bereits ein IRC - Client installiert.  Er heisst fuer UNIX und VMS
  485. ueblicherweise irc und fuer VM/CMS rxirc.  Fuer den Fall, das kein
  486. Client installiert ist, sei auf die alt.irc - FAQ verwiesen.
  487.  
  488. 2.2) Jetzt bin ich auf dem IRC... und nun?
  489.  
  490.     Zuerst mal sollte man sich einen Nickname aussuchen, unter dem
  491. man den anderen Benutzern erscheint; der voreingestellte Wert ist die
  492. Userid am Rechner.
  493.  
  494.     Danach kann man sich mal umsehen, wer oder was denn so da ist.
  495. Ein guter Einstieg ist es oft, mit dem /who - Befehl festzustellen, was
  496. fuer Leute aus der eigenen Heimatstadt da sind.  Dieser Befehl versteht
  497. Wildcards vom UNIX - Typ; mit /who *.de zum Beispiel bekommt man eine
  498. Liste aller Benutzer, die grade aus Deutschland drin sind (vorsicht,
  499. lang!)  und mit /who *stuttgart* eine Liste aller Benutzer, die irgendwo
  500. Stuttgart in ihrem Namen stehen haben (oder ueber einen Stuttgarter
  501. Server im IRC sind).
  502.  
  503. Ein Eintrag der Liste koenne etwa so aussehen:
  504.  
  505. #Karlsruhe    El_Lute   H   ry07@rz70.rz.uni-karlsruhe.de (Lutz Hauser)
  506.  
  507. Das heisst, ein Benutzer mit dem Nickname El_Lute ist auf dem Channel
  508. #Karlsruhe, hat sich nicht als abwesend gemeldet (das H), hat die
  509. Adresse ry07@rz70.rz.uni-karlsruhe.de und hat sich dem System mit
  510. dem Benutzernamen Lutz Hauser gemeldet.
  511.  
  512. Als naechstes koennte man mit /who #karlsruhe nachsehen, wer sonst noch
  513. so auf dem Kanal ist, und mit /join #karlsruhe sich auf diesen Kanal
  514. begeben.  Deutschsprachige Kanaele laufen oft unter Staedtenamen.
  515.  
  516. Den Rest erfaehrt man etweder ueber das /help - Kommando, oder man laesst
  517. es sich von den Leuten auf dem IRC oder im Terminalraum erklaeren.
  518.  
  519. Private Nachrichten an andere Benutzer verschickt man mit dem Kommando
  520. /msg nickname Nachricht.
  521.  
  522. 2.3) Wie komme ich auf das BITNET Relay?
  523.  
  524.     Hierzu schickt man eine Nachricht an RELAY@DEARN, mit dem
  525. Inhalt /register Vorname Nachname, danach ein /signon <Nickname>.
  526. Das Relay hat numerierte Kanaele. Man befindet sich dann erst einmal
  527. im Kanal 1 und kann sich dort erstmal mit ein paar Leuten unterhalten.
  528. Auf weiteren Kanaelen umsehen kann man sich mit /tlist, Benutzer ansehen
  529. mit /who. Mit /lcl bekommt man alle Benutzer, die auf eigenen Relay
  530. eingeloggt sind, also ueblicherweise alle Deutschen am RELAY@DEARN.
  531. Das /msg - Kommando zum Nachrichtenverschicken tut's auch hier.
  532.  
  533. 2.4) Wie komme ich wieder raus?
  534.  
  535.     Mit einem der Befehle /bye oder /signoff.
  536.  
  537.  
  538. 3 Verhalten auf dem Netz
  539.  
  540. 3.1) Gibt es eine Einfuehrung, die einem etwas ueber das Verhalten auf
  541.     dem Netz erzaehlt?
  542.  
  543.     Ja, eine Australierin hat eine "Honor's Thesis" (wohl sowas
  544. aehnliches wie eine Diplomarbeit) ueber die sozialen Aspekte von IRC
  545. verfasst.  Diese Abhandlung heisst "Electropolis" und ist ueber anonymen
  546. ftp von verschiedenen Stellen zu erhalten, zum Beispiel von der
  547. ftp.uni-kl.de im Verzeichnis /pub/IRCThesis. Sie ist technisch zwar nicht
  548. mehr ganz auf dem neuesten Stand, aber immer noch sehr lesenswert.
  549.  
  550. 3.2) Dieser Typ/diese Type geht mir furchtbar auf die Nerven.  Was kann
  551.     ich machen?
  552.  
  553.     BITNET bietet den /ignore - Befehl an, der entweder in der
  554. Form /ignore <nickname> oder /ignore user@host abgegeben werden kann.
  555. Auf dem IRC sind diese Funktionen im client versteckt und unterscheiden
  556. sich deswegen; auf ircII zum Beispiel (der haeufgiste UNIX - client)
  557. kann man alle Nachrichten eines betimmten Benutzers mit /ignore
  558. user@hostname.domain all unterdruecken.
  559.  
  560. 3.3) Was bedeuten diese komischen Buchstaben- und Zeichenkombinationen,
  561.     die die Leute immer verwenden, wie :-), ;-), bcnu, cul8r, brb,
  562.     usw.?
  563.  
  564.     Zeichenkombinationen wie :-), ;-) sind allgemein als "Smileys"
  565. bekannt, und wenn an den Kopf auf die linke Seite legt, kann man auch
  566. einigermassen sehen, warum.  Die Buchstabenkombinationen machen oft
  567. Sinn, wenn man sie englisch buchstabiert, cul8r wird so zum Beispiel zu
  568. "see you later".  Brb steht fuer be right back.  Das Erfinden solcher
  569. Abkuerzungen ist ein beliebtes Spiel, was der Verstaendlichkeit manchmal
  570. etwas abtraeglich ist.
  571.  
  572. 3.4) Wie kann ich feststellen, ob ich mich auch wirklich mit der Person
  573.     unterhalte, fuer die sie sich ausgibt?
  574.  
  575.     Das ist auf dem IRC praktisch unmoeglich, da es recht einfache
  576. technische Moeglichkeiten gibt, dem Server und damit den anderen
  577. Teilnehmern falsche Angaben zu machen.  "Faken" (von userid's, Namen
  578. etc.)  wird von einigen Leuten durchaus als Gesellschaftssport
  579. betrieben.
  580.  
  581.     Auf dem BITNET Relay kann man sich zumindest einigermassen
  582. sicher sein, dass man sich mit der entsprechenden Userid auf dem Rechner
  583. unterhaelt.  Wer allerdings im Einzelfall am Terminal sitzt, ist auch
  584. nicht festzustellen.
  585.  
  586. 3.5) Wie machen diese Leute die riesigen Buchstaben? Ist das eine gute
  587.     Idee?
  588.  
  589.     Die sogenannten Banner (nach dem Befehl, mit dem sie erzeugt
  590. werden) sind zwar manchmal ganz lustig, koennen aber bei Leuten, die mit
  591. einem langsamen Modem im IRC sind, zu starken Verzoegerungen fuehren und
  592. den Lesefluss empfindlich stoeren.
  593.  
  594.  
  595. 4 Verschiedenes
  596.  
  597. 4.1) Was ist eine RP?
  598.  
  599.     RP ist die Abkuerzung von Relay Party.  Enstanden auf dem
  600. BITNET, als einfach ein paar Leute aufeinander neugierig waren, hat sie
  601. sich mittlerweile zu einer Veranstaltung entwickelt, die so alle halbe
  602. Jahre in einer anderen deutschsprachigen Grosstadt stattfindet,
  603. normalerweise im Fruehsommer und Spaetherbst.  Dort treffen sich alle
  604. Chatter, die mal endlich sehen wollen, wie xy aussieht und ob er oder
  605. sie im "real life" wirklich so <insert as appropriate> ist wie auf dem
  606. Netz, oder um andere Leute wiederzutreffen.
  607.